/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font-family: helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #EAEAEA;
	background-image: url('../images/patronFondo.png');
}
#main{
	background-color: #FFF;
}
/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: blue;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: red;
  text-decoration: underline;
}
 
/* Menu Principal*/

 
/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
	font-family: 'Domine', serif;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 28px;
  color: #004766;
	font-weight: normal;
	padding-bottom: 22px;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
	line-height: 22px;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 150, ../sass/style.sass */

#footer {
	background-color: #4791B2;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
#footer a:link, a:visited{
	color: #FFF;
}
/* line 153, ../sass/style.sass */
#sidebar-first {
  background: #e7edff;
}

/* line 156, ../sass/style.sass */
#sidebar-second {
  background: #ffd075;
}

/* line 159, ../sass/style.sass */
#navigation {
  background: #4791B2;
}
/*Pagina de inicio*/
#bloque-superior{
	height: 280px;
	background-color: #B8D0D8;
	margin-left: -90px;
}
#texto-interior{
	height: 100%;
	padding-top:25px;
	padding-right: 15px;
	margin-left: 449px;

}
#texto-inferior{
	margin-top: 25px;
	width: 49%; 
	float: left;
}
#texto-inferior ul{
	list-style-type: none;
	padding: 0;
}
#texto-inferior ul li{
	
	border: solid 1px #EAEEED;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#texto-inferior ul li:nth-child(odd){
	background-color: #E7EFF2;
}

#aviso-productos{
	background-color:#E7EFF2;
	width: 1011px; 
	padding: 5px; 
	border: 1px solid #EAEEED;
	text-align: center;
}
/*Formulario de Contacto*/
#contact-mail-page{
	background-color: #E7EFF2;
	height: 455px;
	margin-bottom:30px;
}
#contact-mail-page .form-text {
	width: 376px;
	padding: 3px;
	border: solid 1px #EAEEED;
}
#contact-mail-page label{
	font-weight: normal;
}
#content-header{
	display: none;
}
#edit-message{
	width: 376px;
	resize:none;
}
#texto-inferior-contacto{
	float: left;
	background-color: #FFF;
	width: 50%;
	height: 455px;
	padding-right: 20px;
}
#contact-mail-page .form-item{
	padding-left: 510px;
}
.grippie{
	display: none;
}
#edit-submit{
	float: right;
	background-color: #004765;
	color: #FFF;
	padding:5px 15px;
	margin-right: 58px; 
	border: none;
}
.marker, .form-required{
	color: #000;
}
